Add tests for different arguments given to verify-project
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sat, 29 Aug 2015 17:14:37 +0000 (13:14 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 1 Sep 2015 01:26:29 +0000 (21:26 -0400)
commit825374c67c695f6d719773f2fd2752ca604dc08a
treeda5374ef3f8c28fe83b1433594b8391bb5d031f3
parent704716488968ec063642d2d49ec1b51f88f58fbe
Add tests for different arguments given to verify-project

Right now, only passing --manifest-path a path to a Cargo.toml file
works, but I think not specifying a path and verifying the current
working directory, if it has a Cargo.toml, should work as well for
consistency with all the other commands that optionally take
--manifest-path.
tests/test_cargo_verify_project.rs [new file with mode: 0644]
tests/tests.rs